home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / kern / kern_synch_protos.h < prev    next >
Encoding:
Text File  |  1993-03-05  |  474 b   |  23 lines

  1. /* Prototypes for functions defined in
  2. kern_synch.c
  3.  */
  4.  
  5. BOOL sleep_init(void);
  6.  
  7. void tsleep_send_timeout(struct SocketBase * , struct timeval const * );
  8.  
  9. void tsleep_abort_timeout(struct SocketBase * , struct timeval const * );
  10.  
  11. void tsleep_enter(struct SocketBase * , caddr_t , char * );
  12.  
  13. int tsleep_main(struct SocketBase * );
  14.  
  15. int tsleep(struct SocketBase * , caddr_t , char * , struct timeval const * );
  16.  
  17. void wakeup(caddr_t );
  18.  
  19. BOOL spl_init(void);
  20.  
  21. int spl_n(int );
  22.  
  23.